home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / clonecd / September 93.img / Archives / Decoration / Screensavers / Screen Savers / TwilightZone / source / globals.h < prev    next >
C/C++ Source or Header  |  1992-03-20  |  252b  |  7 lines

  1. extern    Boolean    gHasWaitNextEvent;        // true if we have waitnextevent available
  2.  
  3. extern    Boolean    gDone;                    // application should terminate when set
  4. extern    Boolean    gInBackground;            // true if application is in the background
  5.  
  6. extern    RgnHandle gCursorRgn;
  7.